home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:msxsl="urn:schemas-microsoft-com:xslt"
-
- >
- <xsl:output method="xml" indent="yes"/>
- <xsl:variable name="logDir" select=" '' "/>
-
-
-
- <xsl:template match="logs">
- <Root>
- <xsl:for-each select="file">
- <xsl:copy-of select="document(.)//Event"/>
-
-
- </xsl:for-each>
- </Root>
- </xsl:template>
- </xsl:stylesheet>
-